Welcome![Sign In][Sign Up]
Location:
Search - API HOOK

Search list

[Hook apiAPI Hook 工具相关代码 apihooktest

Description: api钩子代码。-api hook code.
Platform: | Size: 147036 | Author: 姜志军 | Hits:

[Windows Develop关于API HOOK拦截封包原理

Description: 关于API HOOK拦截封包原理-on API intercept packets principle HOOK
Platform: | Size: 2851 | Author: 周卢 | Hits:

[Windows Kernel禁止修改系统时间

Description:

通过全局API HOOK ,禁止允许修改系统日期时间


Platform: | Size: 1701710 | Author: ccie2002 | Hits:

[Hook api通过API HOOK 创建SYSTEM用户进程

Description: 通过API HOOK 创建SYSTEM用户进程
Platform: | Size: 8857 | Author: GDSCCPA | Hits:

[Hook apiApi+HOOK演示

Description: 基于API HOOK的系统监控软件DEMO,虽说是系统监控,但本软件并不提供监控功能,本软件只是简单拦截MessageBox,MessageBeep函数,如想实现系统拦截,需按照源码中拦截MessageBox的写法拦截注册表相关函数,注册服务等其他函数
Platform: | Size: 6444359 | Author: yzz413026 | Hits:

[Hook api微软api截获库

Description: 来自微软的api拦截库-from Microsoft interception for the api
Platform: | Size: 535552 | Author: 郑立宝 | Hits:

[Delphi VCLAPIhook

Description: 制作API钩子,截获API的源码-production API hook to intercept the source API
Platform: | Size: 176128 | Author: 何心 | Hits:

[Windows Developapihooktool

Description: 近日由于需求问题,需要写一个 API Hook 相关的东西,温习了一下牛写的《Windows 核心编程》,做了一个小工具,用来将自定义的 Dll 注入进程空间,并钩住指定 API 函数,关于注入和钩 API 的代码,牛的书里和配套光盘中已经有了,这里主要介绍如何使用这个小工具方便实现截获 API 的功能。(补充代码)-recent demand, the need to write an API Hook related things, a study was made about the cattle "Windows core programming" and made a small tool, used to customize the process Dll into space and hooked designated API function, and on the hook into the API code, cattle book and matching discs have here mainly on how to use this tool to facilitate the achievement of small intercepted API functions. (Supplementary code)
Platform: | Size: 106496 | Author: 京用 | Hits:

[Hook apiAPI Hook 工具相关代码 apihooktest

Description: api钩子代码。-api hook code.
Platform: | Size: 146432 | Author: 姜志军 | Hits:

[Windows DevelopAPI钩子APIHOOK 2.0 源代码

Description: API钩子APIHOOK 2.0 源代码-API hook APIHOOK 2.0 source code
Platform: | Size: 93184 | Author: sj | Hits:

[Windows Develop关于API HOOK拦截封包原理

Description: 关于API HOOK拦截封包原理-on API intercept packets principle HOOK
Platform: | Size: 3072 | Author: 周卢 | Hits:

[Documents编写Win32 API钩子

Description: API Hook的源代码文件 大家一定想剥除钩子函数的神秘感吧 请下载-Hook API source code file that you want to hook function stripped the mysterious flu Download it
Platform: | Size: 17408 | Author: 冯彬 | Hits:

[Hook api004APIHook

Description: Windows API Hook 大揭密-Windows API Hook TERRY
Platform: | Size: 172032 | Author: | Hits:

[Hook apiApi Hook和封包拦截技术

Description: const WM_UNSUBCLASS = WM_USER + 2001 //卸载子类化消息 WM_SENDDATA = WM_USER + 2003 //收到要发送新数据包的消息 type PMyDLLVar = ^TMyDLLVar //用来共享的内存数据结构 TMyDLLVar = record SubClass: Boolean //是否已经子类化 HookWindow, SpyWindow: LongWORD //要安装HOOK的窗口及用于接收消息的窗口 hHook: LongWORD //HOOK句柄 OldWndProc: pointer //旧的窗口过程 end-const WM_UNSUBCLASS = WM_USER 2001// Uninstall subclass of news WM_SENDDATA = WM_USER 2003// received new data to be sent information packets type PMyDLLVar = ^ TMyDLLVar// used to share memory data structure TMyDLLVar = record SubClass : Boolean// if the child class of HookWindow, SpyWindow : LongWORD// HOOK to install a window for receiving news and the window hHook : LongWORD// handle OldWndProc HOOK : pointer// old process end window
Platform: | Size: 198656 | Author: 黄春标 | Hits:

[Hook apihook

Description: 几种修改代码法 API hook 源代码-Several amendments to the code law API hook source code
Platform: | Size: 118784 | Author: lisa | Hits:

[Hook apiAPI-Hook

Description: Win32 API Hook 示例,例子中注释非常详细,简单易懂。本例子中实现了对MessageBox 函数进行Hook , 当然你也可以Hook其他API,只需小小的修改即可。 -Win32 API Hook examples, case notes are very detailed, very easy to understand. In this case realized MessageBox function Hook, of course, you can Hook the other API, only a small change can be.
Platform: | Size: 214016 | Author: 林海波 | Hits:

[Hook apiAPI-Hook

Description: API Hook基本原理和实现,钩子的特性-Basic principles and implementation of API Hook
Platform: | Size: 2310144 | Author: lijun | Hits:

[Hook apiinline-hook

Description: 1. Hook之前的准备工作之一。 在这个软件中,总共hook了15个native api 函数。他们分别是: ZwOpenKey , ZwClose, ZwQueryValueKey, ZwDeleteKey, ZwSetValueKey, ZwCreateKey, ZwDeleteValueKey. ZwEnumerateValueKey,ZwRestoreKey, ZwReplaceKey, ZwTerminateProcess, ZwSetSecurityObject, ZwCreateThread, ZwTerminateThread, ZwQuerySystemInformation-1. Hook one of the preparatory work before. In this software, a total of 15 native api hook function. They are: ZwOpenKey, ZwClose, ZwQueryValueKey, ZwDeleteKey, ZwSetValueKey, ZwCreateKey, ZwDeleteValueKey. ZwEnumerateValueKey, ZwRestoreKey, ZwReplaceKey, ZwTerminateProcess, ZwSetSecurityObject, ZwCreateThread, ZwTerminateThread, ZwQuerySystemInformation
Platform: | Size: 7168 | Author: wu | Hits:

[Hook apiAPI-Hook

Description: Api HOOK实例,一份非常棒的代码.可以帮助你了解api hook原理-Api HOOK instance, a great code. Can help you understand the principles of api hook
Platform: | Size: 119808 | Author: sunshinebean | Hits:

[Hook apiAPI Hook完全手册

Description: API HOOK技术是一种用于改变API执行结果的技术,Microsoft 自身也在Windows操作系统里面使用了这个技术,如Windows兼容模式等。(API HOOK technology is a technique used to change the execution results of API, and Microsoft itself uses this technology in Windows operating systems, such as Windows compatible mode.)
Platform: | Size: 103424 | Author: 一只游鱼 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 40 »

CodeBus www.codebus.net